PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFTrueTypeFontFeatures Class / setEnableComplexScripts Method
True if complex scripts are enabled.
In This Topic
    setEnableComplexScripts Method
    In This Topic
    Sets a flag indicating whether complex script processing should be used when displaying text using the font. This feature must be enabled in order to render correctly the text in arabic, hebrew and other complex scripts.
    Syntax
    public void setEnableComplexScripts( 
       boolean value
    )

    Parameters

    value
    True if complex scripts are enabled.
    See Also